Skip to content
Snippets Groups Projects
Commit 83ab24f0 authored by Lucas Russo's avatar Lucas Russo
Browse files

Makefile: fix bogus MAKE variable to DEPMOD

parent a3bb6f48
Branches
Tags
No related merge requests found
......@@ -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
......
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