Skip to content

Commit

Permalink
modules: move things into dev_tools/
Browse files Browse the repository at this point in the history
  • Loading branch information
reticulatedpines committed Apr 7, 2024
1 parent 2e66b83 commit 5ef0e39
Show file tree
Hide file tree
Showing 36 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion modules/Makefile.modules.default
Expand Up @@ -19,5 +19,5 @@ ML_MODULES ?= \
selftest \
adv_int \
crop_rec \
edmac \
dev_tools/edmac \
yolo \
@@ -1,6 +1,6 @@

# this is a very simple makefile for modules
TOP_DIR=../..
TOP_DIR=../../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=adtg_gui
Expand Down
File renamed without changes.
File renamed without changes.
@@ -1,6 +1,6 @@

# this is a very simple makefile for modules
TOP_DIR=../..
TOP_DIR=../../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=adtg_log
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion modules/edmac/Makefile → modules/dev_tools/edmac/Makefile
@@ -1,9 +1,11 @@
TOP_DIR=../../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=edmac
MODULE_OBJS=edmac.o edmac_util.o edmac_test.o md5.o

# include modules environment
include ../Makefile.modules
include $(TOP_DIR)/modules/Makefile.modules

# fixme: cleaner way to localize symbols?
edmac.sym: edmac.mo
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,5 +1,5 @@
# this is a very simple makefile for modules
TOP_DIR=../..
TOP_DIR=../../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=iso_test
Expand Down
File renamed without changes.
File renamed without changes.
@@ -1,7 +1,8 @@
TOP_DIR=../../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=mem_chk
MODULE_OBJS=mem_chk.o

# include modules environment
include ../Makefile.modules
include $(TOP_DIR)/modules/Makefile.modules
File renamed without changes.
File renamed without changes.
@@ -1,7 +1,8 @@
TOP_DIR=../../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=mem_prot
MODULE_OBJS=mem_prot.o

# include modules environment
include ../Makefile.modules
include $(TOP_DIR)/modules/Makefile.modules
File renamed without changes.
File renamed without changes.
@@ -1,9 +1,10 @@
TOP_DIR=../../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=mem_spy
MODULE_OBJS=mem_spy.o

# include modules environment
include ../Makefile.modules
include $(TOP_DIR)/modules/Makefile.modules


File renamed without changes.
File renamed without changes.
@@ -1,6 +1,8 @@
TOP_DIR=../../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=mpu_dump
MODULE_OBJS=mpu_dump.o

# include modules environment
include ../Makefile.modules
include $(TOP_DIR)/modules/Makefile.modules
File renamed without changes.
File renamed without changes.
@@ -1,6 +1,8 @@
TOP_DIR=../../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=mrc_dump
MODULE_OBJS=mrc_dump.o

# include modules environment
include ../Makefile.modules
include $(TOP_DIR)/modules/Makefile.modules
File renamed without changes.
File renamed without changes.
@@ -1,4 +1,3 @@

# this is a very simple makefile for modules
TOP_DIR=../..

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5ef0e39

Please sign in to comment.