X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Ftc%2FMakefile;h=623b21063228467c85808fada2124326a6f7e3b5;hb=69b5de84758237ee0086554849489baeeafcd097;hp=9673426922114cacb1c70dcdda0f565955711d84;hpb=81450b73dde07f473a4a7208b209b4c8b7251d90;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/tc/Makefile b/drivers/tc/Makefile index 967342692211..623b21063228 100644 --- a/drivers/tc/Makefile +++ b/drivers/tc/Makefile @@ -5,19 +5,3 @@ # Object file lists. obj-$(CONFIG_TC) += tc.o tc-driver.o -obj-$(CONFIG_ZS) += zs.o -obj-$(CONFIG_VT) += lk201.o lk201-map.o lk201-remap.o - -$(obj)/lk201-map.o: $(obj)/lk201-map.c - -# Uncomment if you're changing the keymap and have an appropriate -# loadkeys version for the map. By default, we'll use the shipped -# versions. -# GENERATE_KEYMAP := 1 - -ifdef GENERATE_KEYMAP - -$(obj)/lk201-map.c: $(obj)/%.c: $(src)/%.map - loadkeys --mktable $< > $@ - -endif