Updating gitignore and Makefile for new needs

dev_vlr
Valentin Lechner 5 years ago
parent 6ad05f1c20
commit 7a486df14c

4
.gitignore vendored

@ -9,10 +9,10 @@ sysgen.h
*.a *.a
*.ko *.ko
*.o *.o
*5y563n.*
*~ *~
*.symvers *.symvers
*.order *.order
.tmp_versions/ .tmp_versions/
*.cmd *.cmd
.vscode/ .vscode/

@ -19,14 +19,15 @@ INCL_H := $(PWD)/$(INCL_S)/headers
obj-m += $(MNAME).o obj-m += $(MNAME).o
# Core # Core
$(MNAME)-y += src/$(MNAME).o $(MNAME)-y += src/$(MNAME).o
$(MNAME)-y += src/50ck3t.o
$(MNAME)-y += src/637d3n75.o $(MNAME)-y += src/637d3n75.o
$(MNAME)-y += src/50ck3t.o
$(MNAME)-y += src/h1d3p0r7.o $(MNAME)-y += src/h1d3p0r7.o
$(MNAME)-y += src/h1d3m0dul3.o $(MNAME)-y += src/h1d3m0dul3.o
$(MNAME)-y += src/p463unpr073c7.o $(MNAME)-y += src/p463unpr073c7.o
$(MNAME)-y += src/5y563n.o
# Includes for header files etc # Includes for header files etc
ccflags-y := -I$(SRCS_H) -I$(LIBS_H) -I$(INCL_H) ccflags-y := -I$(SRCS_H) -I$(LIBS_H) -I$(INCL_H) -Wall
all: all:
$(shell $(SRCS_S)/cr3473_5y563n.sh) $(shell $(SRCS_S)/cr3473_5y563n.sh)

Loading…
Cancel
Save