mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
17 lines
241 B
Makefile
17 lines
241 B
Makefile
|
# arch/arm/mach-s3c2442/Makefile
|
||
|
#
|
||
|
# Copyright 2007 Simtec Electronics
|
||
|
#
|
||
|
# Licensed under GPLv2
|
||
|
|
||
|
obj-y :=
|
||
|
obj-m :=
|
||
|
obj-n :=
|
||
|
obj- :=
|
||
|
|
||
|
obj-$(CONFIG_CPU_S3C2442) += s3c2442.o
|
||
|
obj-$(CONFIG_CPU_S3C2442) += clock.o
|
||
|
|
||
|
# Machine support
|
||
|
|