8 lines
154 B
Makefile
8 lines
154 B
Makefile
|
#
|
||
|
# Makefile for the RB532 board specific parts of the kernel
|
||
|
#
|
||
|
|
||
|
obj-y += irq.o time.o setup.o serial.o prom.o gpio.o devices.o
|
||
|
|
||
|
EXTRA_CFLAGS += -Werror
|