diff options
author | Len Brown <len.brown@intel.com> | 2008-12-01 05:59:07 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-12-19 10:42:32 +0100 |
commit | 8c36790a21eec6c39c372e92c76e81865005a6ce (patch) | |
tree | 78a08963a56999d58a854fe466c57f15bc40c0ae /drivers/misc/Makefile | |
parent | Linux 2.6.28-rc9 (diff) | |
download | linux-8c36790a21eec6c39c372e92c76e81865005a6ce.tar.xz linux-8c36790a21eec6c39c372e92c76e81865005a6ce.zip |
drivers/misc/Makefile, Kconfig: cleanup
tabs->space and delete unnecessary dummy build-in.o rule.
Suggested-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 817f7f5ab3bd..027e1eae7c89 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -1,7 +1,6 @@ # # 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/ |