Commit 83ab24f0 authored by Lucas Russo's avatar Lucas Russo

Makefile: fix bogus MAKE variable to DEPMOD

parent a3bb6f48
......@@ -10,7 +10,7 @@ OBJDUMP ?= $(CROSS_COMPILE)objdump
OBJCOPY ?= $(CROSS_COMPILE)objcopy
SIZE ?= $(CROSS_COMPILE)size
MAKE ?= make
MAKE ?= depmod
DEPMOD ?= depmod
# Select board in which we will work. Options are: ml605 or afcv3
BOARD ?= ml605
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment