mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
# Object file lists.
|
||
|
|
||
|
obj-y := mm.o time.o
|
||
|
obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o
|