mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-18 01:23:36 -04:00
7 lines
154 B
Makefile
7 lines
154 B
Makefile
#
|
|
# Makefile for the Cobalt micro systems family specific parts of the kernel
|
|
#
|
|
|
|
obj-y := irq.o int-handler.o reset.o setup.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|