Skip to content

Commit

Permalink
lm32: Don't try to build kernel/gpio.o
Browse files Browse the repository at this point in the history
It was moved in d256a10 to platforms/milkymist
  • Loading branch information
larsclausen committed Jul 27, 2011
1 parent ae1dcb3 commit 2b01591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/lm32/kernel/Makefile
Expand Up @@ -5,7 +5,7 @@
extra-y := head.o init_task.o vmlinux.lds
obj-y := \
sys_lm32.o setup.o traps.o signal.o time.o \
ptrace.o irq.o process.o entry.o gpio.o \
ptrace.o irq.o process.o entry.o \
flat.o sys_call_table.o cpuinfo.o prom.o \
platform.o

Expand Down

0 comments on commit 2b01591

Please sign in to comment.