7 lines
102 B
Makefile
7 lines
102 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := socfpga.o
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|