Makefile 164 Bytes
Newer Older
Linus Torvalds's avatar
Linus Torvalds committed
1 2 3 4 5 6
#
# Makefile for STMicroelectronics board specific parts of the kernel
#

O_TARGET := stboards.o

7
obj-y := irq.o setup.o mach.o led.o
Linus Torvalds's avatar
Linus Torvalds committed
8 9

include $(TOPDIR)/Rules.make