Commit 5b1e4c98 authored by Kai Germaschewski's avatar Kai Germaschewski

cleanup drivers/char/Makefile

very minor cleanup only (I want all references to list-multi gone ;-)
parent f790061c
# #
# Makefile for the kernel character device drivers. # Makefile for the kernel character device drivers.
# #
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definitions are now inherited from the
# parent makes..
#
# #
# This file contains the font map for the default (hardware) font # This file contains the font map for the default (hardware) font
...@@ -27,8 +20,6 @@ export-objs := busmouse.o console.o keyboard.o sysrq.o \ ...@@ -27,8 +20,6 @@ export-objs := busmouse.o console.o keyboard.o sysrq.o \
mod-subdirs := ftape drm pcmcia mod-subdirs := ftape drm pcmcia
list-multi :=
KEYMAP =defkeymap.o KEYMAP =defkeymap.o
KEYBD =pc_keyb.o KEYBD =pc_keyb.o
CONSOLE =console.o CONSOLE =console.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment