mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-04-26 03:04:36 +00:00
11 lines
244 B
Makefile
11 lines
244 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (C) 2010 John Crispin <john@phrozen.org>
|
|
#
|
|
|
|
obj-y := irq.o clk.o prom.o
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
|
|
|
obj-$(CONFIG_SOC_TYPE_XWAY) += xway/
|
|
obj-$(CONFIG_SOC_FALCON) += falcon/
|