From afe814271b1b8c0519595d12d5a9cad8a24a3cc9 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 15 Dec 2005 04:47:21 +0000 Subject: [PATCH] =?utf8?q?Elimino=20config.h=20que=20estaba=20de=20m=C3=A1?= =?utf8?q?s=20y=20hago=20que=20borre=20todos=20los=20archivos=20temporales?= =?utf8?q?=20el=20Makefile.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/Makefile | 2 +- src/config.h | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 src/config.h diff --git a/src/Makefile b/src/Makefile index b1e25d8..50c5f92 100644 --- a/src/Makefile +++ b/src/Makefile @@ -90,6 +90,6 @@ el.hex: $(addsuffix .rel, $(modules)) clean: - @rm -vf el.hex *.rel $(addsuffix .asm, $(cmodules)) *.lst *.map *.lnk *.mem *.sym + @rm -vf el.hex *.rel $(addsuffix .asm, $(cmodules)) *.lst *.map *.lnk *.mem *.sym *.rst .PHONY: clean diff --git a/src/config.h b/src/config.h deleted file mode 100644 index 71f1727..0000000 --- a/src/config.h +++ /dev/null @@ -1,10 +0,0 @@ -// vim: set et sw=4 sts=4 : - -#ifndef _CONFIG_H_ -#define _CONFIG_H_ - -#define NET_RECV_CALLBACK eth_recv - -#define - -#endif // _CONFIG_H_ -- 2.43.0