9 lines
144 B
Makefile
9 lines
144 B
Makefile
|
#
|
||
|
# Makefile for the 7751 SolutionEngine specific parts of the kernel
|
||
|
#
|
||
|
|
||
|
obj-y := mach.o setup.o io.o irq.o led.o
|
||
|
|
||
|
obj-$(CONFIG_PCI) += pci.o
|
||
|
|