elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elks
/
arch
/
i86
/
drivers
/
net
/
Makefile
File editor
# Note that the standard Makefile rules and defines have been moved to # the file below. BASEDIR = ../../../.. ######################################################################### # Define the variables required by the standard rules - see the standard # rules file (below) for details of these variables. USEBCC = Y CLEANDEP = CLEANME = DEPEND = DISTFILES = NOINDENT = ######################################################################### # Include the standard rules. include $(BASEDIR)/Makefile-rules ######################################################################### # Specific rules. OBJS = ifeq ($(CONFIG_ETH_NE2K), y) OBJS += ne2k-asm.o ne2k.o endif ifeq ($(CONFIG_ETH_WD), y) OBJS += wd.o endif ifeq ($(CONFIG_ETH_EL3), y) OBJS += el3-asm.o el3.o endif all: net_drv.a net_drv.a: $(OBJS) $(AR) rcs net_drv.a $(OBJS) ######################################################################### ### Dependencies:
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history