You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
c066a32a89
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
202 B
Makefile
9 lines
202 B
Makefile
#
|
|
# Makefile for the SNI specific part of the kernel
|
|
#
|
|
|
|
obj-y += irq.o reset.o setup.o ds1216.o a20r.o rm200.o pcimt.o pcit.o time.o
|
|
obj-$(CONFIG_CPU_BIG_ENDIAN) += sniprom.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|