22 строки
373 B
Makefile
22 строки
373 B
Makefile
# arch/arm/mach-s5pc100/Makefile
|
|
#
|
|
# Copyright 2009 Samsung Electronics Co.
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
# Core support for S5PC100 system
|
|
|
|
obj-$(CONFIG_CPU_S5PC100) += cpu.o
|
|
|
|
# Helper and device support
|
|
|
|
obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o
|
|
|
|
# machine support
|
|
obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o
|