Skip to content

Commit

Permalink
Merge pull request #39 from dervelakos/master
Browse files Browse the repository at this point in the history
build: Allow out of source builds
  • Loading branch information
wkz authored Nov 23, 2024
2 parents 6f35cdb + 743a6bd commit c3bf77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mdio/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ sbin_PROGRAMS = mdio

mdio_SOURCES = bus.c main.c mdio.c mdio.h mva.c mvls.c phy.c print_phy.c xrs.c
mdio_CFLAGS = -Wall -Wextra -Werror -Wno-unused-parameter -I $(top_srcdir)/include $(mnl_CFLAGS)
mdio_LDFLAGS = -T cmds.ld
mdio_LDADD = $(mnl_LIBS)
mdio_LDFLAGS = -T $(top_srcdir)/src/mdio/cmds.ld
mdio_LDADD = $(mnl_LIBS)

0 comments on commit c3bf77d

Please sign in to comment.