Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-08 | net: phy: Add LED mode driver for Microsemi PHYs. | Raju Lakkaraju |
# Makefile for Hyper-V tools CC = $(CROSS_COMPILE)gcc WARNINGS = -Wall -Wextra CFLAGS = $(WARNINGS) -g $(shell getconf LFS_CFLAGS) CFLAGS += -D__EXPORTED_HEADERS__ -I../../include/uapi -I../../include all: hv_kvp_daemon hv_vss_daemon hv_fcopy_daemon %: %.c $(CC) $(CFLAGS) -o $@ $^ clean: $(RM) hv_kvp_daemon hv_vss_daemon hv_fcopy_daemon l'/>
![]() |
index : net-next.git | |
net-next plumbings | Tobias Klauser |
summaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-08 | net: phy: Add LED mode driver for Microsemi PHYs. | Raju Lakkaraju |