c05564c4d8
Android 13
8 lines
167 B
Makefile
Executable file
8 lines
167 B
Makefile
Executable file
#
|
|
# Makefile for the RB532 board specific parts of the kernel
|
|
#
|
|
|
|
obj-$(CONFIG_SERIAL_8250_CONSOLE) += serial.o
|
|
|
|
obj-y += irq.o time.o setup.o prom.o gpio.o devices.o
|