You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
203 B
8 lines
203 B
20 years ago
|
#
|
||
|
# 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/
|