Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: e9bb4c9929a63b23dcc637fae312b36b038bdc61 authored by Linus Torvalds on 13 February 2006, 00:27:25 UTC
Linux v2.6.16-rc3
Tip revision: e9bb4c9
Makefile
#
# Makefile for misc devices that really don't fit anywhere else.
#
obj- := misc.o	# Dummy rule to force built-in.o to be made

obj-$(CONFIG_IBM_ASM)	+= ibmasm/
obj-$(CONFIG_HDPU_FEATURES)	+= hdpuftrs/
back to top