You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
286 B
18 lines
286 B
![]()
16 years ago
|
# 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
|
||
|
|
||
|
# machine support
|
||
|
obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o
|