[NET]: Implement network device movement between namespaces
[linux-2.6/kmemtrace.git] / drivers / tc / Makefile
blobc899246bd3627ffc991f28e9ff1e2aa90f720c65
2 # Makefile for the linux kernel.
5 # Object file lists.
7 obj-$(CONFIG_TC) += tc.o tc-driver.o
8 obj-$(CONFIG_VT) += lk201.o lk201-map.o lk201-remap.o
10 $(obj)/lk201-map.o: $(obj)/lk201-map.c
12 # Uncomment if you're changing the keymap and have an appropriate
13 # loadkeys version for the map. By default, we'll use the shipped
14 # versions.
15 # GENERATE_KEYMAP := 1
17 ifdef GENERATE_KEYMAP
19 $(obj)/lk201-map.c: $(obj)/%.c: $(src)/%.map
20 loadkeys --mktable $< > $@
22 endif