8f37a0b496
Now that we have lost our machine specific ioremap() we just have one mapping that covers all peripherals. Move this to common.c to simplify things a little. Signed-off-by: Jamie Iles <jamie@jamieiles.com>
2 lines
34 B
Makefile
2 lines
34 B
Makefile
obj-y := common.o
|
|
obj-y += time.o
|