- Linus: drop support for old-style Makefiles entirely. Big.
[davej-history.git] / net / packet / Makefile
blobf17e887c1597c64fecb9358bb404573c2ae185d2
2 # Makefile for the packet AF.
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 (ie not a .c file).
8 # Note 2! The CFLAGS definition is now in the main makefile...
10 O_TARGET := packet.o
12 obj-$(CONFIG_PACKET) += af_packet.o
14 include $(TOPDIR)/Rules.make