mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 09:13:55 +08: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
|