dashboard
repositories
activity
search
login
ljy
/
RK356X_SDK_RELEASE
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add ip1811 driver
hc
2023-11-22
9ca5fbcb63a8dcaee0527f96afb91dc4b4bd8fa9
[~ljy/RK356X_SDK_RELEASE.git]
/
kernel
/
drivers
/
net
/
ethernet
/
ip1811
/
include
/
Makefile
1
2
3
4
5
6
7
INCLUDEPATH = $(shell cd ../../linux/include; pwd)
.PHONY: all
all:
@echo "Copying include/*.h ..."
cp *.h $(INCLUDEPATH)