Makefile 199 Bytes
Newer Older
Linus Torvalds's avatar
Linus Torvalds committed
1 2 3 4 5 6 7 8 9 10 11 12
#
# Makefile for the linux/drivers/zorro/ directory.
#

SUB_DIRS     :=
MOD_SUB_DIRS := $(SUB_DIRS)
ALL_SUB_DIRS := $(SUB_DIRS)

L_OBJS   := zorro.o
L_TARGET := zorro.a

include $(TOPDIR)/Rules.make