home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / tc / Makefile
Encoding:
Makefile  |  2006-08-11  |  476 b   |  24 lines

  1. #
  2. # Makefile for the linux kernel.
  3. #
  4.  
  5. # Object file lists.
  6.  
  7. obj-$(CONFIG_TC) += tc.o
  8. obj-$(CONFIG_ZS) += zs.o
  9. obj-$(CONFIG_VT) += lk201.o lk201-map.o lk201-remap.o
  10.  
  11. $(obj)/lk201-map.o: $(obj)/lk201-map.c
  12.  
  13. # Uncomment if you're changing the keymap and have an appropriate
  14. # loadkeys version for the map. By default, we'll use the shipped
  15. # versions.
  16. # GENERATE_KEYMAP := 1
  17.  
  18. ifdef GENERATE_KEYMAP
  19.  
  20. $(obj)/lk201-map.c: $(obj)/%.c: $(src)/%.map
  21.     loadkeys --mktable $< > $@
  22.  
  23. endif
  24.