mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
9cd7b14831
[petr: Second author] [michael, geert: Cleanups and updates] Signed-off-by: Milan Jurik <milan.jurik@xylab.cz> Signed-off-by: Petr Stehlik <pstehlik@sophics.cz> Signed-off-by: Michael Schmitz <schmitz@debian.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: netdev@vger.kernel.org
10 lines
176 B
Makefile
10 lines
176 B
Makefile
#
|
|
# Makefile for Linux arch/m68k/emu source directory
|
|
#
|
|
|
|
obj-y += natfeat.o
|
|
|
|
obj-$(CONFIG_NFBLOCK) += nfblock.o
|
|
obj-$(CONFIG_NFCON) += nfcon.o
|
|
obj-$(CONFIG_NFETH) += nfeth.o
|