mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-23 11:08:07 +00:00
9 lines
192 B
Makefile
9 lines
192 B
Makefile
|
#
|
||
|
# Makefile for Linux arch/m68k/amiga source directory
|
||
|
#
|
||
|
|
||
|
obj-y := config.o amiints.o cia.o time.o bootinfo.o amisound.o \
|
||
|
chipram.o amiga_ksyms.o
|
||
|
|
||
|
obj-$(CONFIG_AMIGA_PCMCIA) += pcmcia.o
|