From 4f799f3677154b7c423fb02c60e44c271317cca3 Mon Sep 17 00:00:00 2001 From: logicog Date: Sun, 29 Jun 2025 11:08:37 +0200 Subject: [PATCH] Adding port module --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c17b68..43f18de 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ AFLAGS= -plosgff all: rtlplayground.bin injector -SRCS= rtlplayground.c rtl837x_flash.c rtl837x_phy.c +SRCS= rtlplayground.c rtl837x_flash.c rtl837x_phy.c rtl837x_port.c OBJS= ${SRCS:.c=.rel} clean: