1 #
2 # Makefile for the Acorn-specific Linux kernel device drivers.
3 #
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (not a .c file).
7
8 SUB_DIRS := block char net scsi
9 MOD_SUB_DIRS := $(SUB_DIRS)
10 ALL_SUB_DIRS := $(SUB_DIRS)
11
12 include $(TOPDIR)/Rules.make
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.