Fix assembler Makefile
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -35,3 +35,4 @@ assembler/test.map
|
|||||||
### test program files
|
### test program files
|
||||||
*.ram
|
*.ram
|
||||||
*.map
|
*.map
|
||||||
|
Vivado
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ IDIR=inc
|
|||||||
ODIR=obj
|
ODIR=obj
|
||||||
SDIR=src
|
SDIR=src
|
||||||
|
|
||||||
CFLAGS = -Wall
|
CFLAGS = -fcommon -Wall
|
||||||
|
|
||||||
_DEPS = command.h files.h labels.h
|
_DEPS = command.h files.h labels.h
|
||||||
DEPS = $(patsubst %,$(IDIR)/%,$(_DEPS))
|
DEPS = $(patsubst %,$(IDIR)/%,$(_DEPS))
|
||||||
|
|||||||
Reference in New Issue
Block a user