Skip to content

Commit

Permalink
Cleanup Makefile indentation
Browse files Browse the repository at this point in the history
Resolves #65
  • Loading branch information
breakertt authored and johnousterhout committed Oct 7, 2024
1 parent baa97c6 commit dbff820
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ ifneq ($(KERNELRELEASE),)

obj-m += homa.o
homa-y = homa_grant.o \
homa_incoming.o \
homa_metrics.o \
homa_offload.o \
homa_outgoing.o \
homa_peer.o \
homa_pool.o \
homa_plumbing.o \
homa_rpc.o \
homa_skb.o \
homa_sock.o \
homa_timer.o \
homa_utils.o \
timetrace.o
homa_incoming.o \
homa_metrics.o \
homa_offload.o \
homa_outgoing.o \
homa_peer.o \
homa_pool.o \
homa_plumbing.o \
homa_rpc.o \
homa_skb.o \
homa_sock.o \
homa_timer.o \
homa_utils.o \
timetrace.o

MY_CFLAGS += -g
ccflags-y += ${MY_CFLAGS}
Expand Down

0 comments on commit dbff820

Please sign in to comment.