mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 20:37:27 +00:00
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
|