summaryrefslogtreecommitdiffstats
path: root/drivers/nubus/Makefile
blob: 781edd0521a9ff9bc1b71ed68b9757271d88e17d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for the nubus specific drivers.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now inherited from the
# parent makefile.
#

L_OBJS   := nubus.o
L_TARGET := nubus.a

include $(TOPDIR)/Rules.make