summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2002-11-22 23:15:42 +0100
committerSam Ravnborg <sam@mars.ravnborg.org>2002-11-22 23:15:42 +0100
commit80fee71cbb24e2e0f26b284e57d703dd98993133 (patch)
tree70147451e7690ccf89b6d0d862c71da49bc6eb85 /drivers/misc
parent996fdfdc65a5adfb6442f899c3a9eeba39c48361 (diff)
kbuild: Introduced build-targets
build-targets is used to list targets that is always built. This allowed misuse of EXTRA_TARGETS to be deleted. built-in.o is now only created for directories defining a obj-* variable, avoiding this for scripts and lxdialog One Makefile needed a dummy obj- statement
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index dc7ec8baee12..5ce866f84241 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -1,5 +1,5 @@
#
# Makefile for misc devices that really don't fit anywhere else.
#
-
+obj- := misc.o # Dummy rule to force built-in.o to be made
include $(TOPDIR)/Rules.make