Skip to content

Commit

Permalink
Split memory management into a separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
alewycky-tenstorrent committed Aug 2, 2024
1 parent 0995d38 commit e312a7a
Show file tree
Hide file tree
Showing 5 changed files with 828 additions and 741 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-FileCopyrightText: © 2023 Tenstorrent Inc.
# SPDX-FileCopyrightText: © 2024 Tenstorrent Inc.
# SPDX-License-Identifier: GPL-2.0-only

obj-m += tenstorrent.o
tenstorrent-y := module.o chardev.o enumerate.o interrupt.o grayskull.o wormhole.o pcie.o hwmon.o sg_helpers.o
tenstorrent-y := module.o chardev.o enumerate.o interrupt.o grayskull.o wormhole.o pcie.o hwmon.o sg_helpers.o memory.o

KDIR := /lib/modules/$(shell uname -r)/build
KMAKE := $(MAKE) -C $(KDIR) M=$(CURDIR)
Expand Down
Loading

0 comments on commit e312a7a

Please sign in to comment.