mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
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>
3 lines
34 B
Makefile
3 lines
34 B
Makefile
obj-y := common.o
|
|
obj-y += time.o
|